home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Oregon / Atlas of Oregon - Disc 2.iso / pc / buttons / navigationButtons.swf / scripts / DefineButton2_13 / BUTTONCONDACTION on(rollOver).as < prev   
Encoding:
Text File  |  2002-09-03  |  327 b   |  11 lines

  1. on(rollOver){
  2.    if(_parent._parent._parent.indicators == 1)
  3.    {
  4.       _root.indicatorOn(_parent._parent._parent.page[_parent._parent.highlightSpot._currentframe + 1][0],_parent._parent._parent.page[_parent._parent.highlightSpot._currentframe + 1][1]);
  5.    }
  6.    else
  7.    {
  8.       _root.indicatorOn("Next Page");
  9.    }
  10. }
  11.